Feature: Crear POST
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 26.736s |
Scenario: Como un usuario inicio sesión y creo un post con imagenes
Before
0m 1.109s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.688s
And
I wait for 1 seconds
0m 1.114s
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
0m 0.170s
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
0m 0.147s
And
I wait for 1 seconds
0m 1.101s
Then
I click element with xpath "<BTN_SIGNIN_EID>"
0m 0.213s
And
I wait for 1 seconds
0m 1.147s
Given
I navigate to page "http://localhost:2368/ghost/#/editor/post"
0m 0.181s
And
I wait for 3 seconds
0m 3.111s
And
I set text "POST con Imágen" on element with xpath "<POST_TITLE_ECLASS>"
0m 0.149s
And
I wait for 1 seconds
0m 1.115s
And
I click element with xpath "<ADD_IMAGE_ECLASS>"
0m 0.189s
And
I wait for 5 seconds
0m 5.325s
And
I click element with xpath "<INSERT_IMAGE_ECLASS>"
0m 0.194s
And
I wait for 5 seconds
0m 5.224s
And
I set text "Hey post has sido creado" on element with xpath "<CONTENT_ECLASS>"
0m 0.332s
And
I wait for 5 seconds
0m 5.222s
After
0m 0.005s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 1 seconds
And
I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
And
I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
And
I wait for 1 seconds
Then
I click element with xpath "<BTN_SIGNIN_EID>"
And
I wait for 1 seconds
Given
I navigate to page "http://localhost:2368/ghost/#/editor/post"
And
I wait for 3 seconds
And
I set text "POST con Imágen" on element with xpath "<POST_TITLE_ECLASS>"
And
I wait for 1 seconds
And
I click element with xpath "<ADD_IMAGE_ECLASS>"
And
I wait for 5 seconds
And
I click element with xpath "<INSERT_IMAGE_ECLASS>"
And
I wait for 5 seconds
And
I set text "Hey post has sido creado" on element with xpath "<CONTENT_ECLASS>"
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE